home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / SHELL < prev    next >
Text File  |  1996-06-04  |  1KB  |  30 lines

  1.  
  2. shell  [cmd [args...]]
  3.  
  4.  
  5.      Suspends JNOS and executes a sub-shell  ("command  processor"
  6. under  MS-DOS).  When the sub-shell exits, Nos resumes (under MS-DOS,
  7. enter the exit command).
  8.  
  9.  
  10.      Note: see the COMSPEC environment variable.
  11.  
  12.  
  13.      Background activity (FTP servers, etc.) is also suspended while
  14. the subshell executes.  Note that this will fail unless there is
  15. sufficient unused memory for the subshell and whatever command the
  16. user tries to run.  When shelled out, Mailbox Operator connects and
  17. ttylink incoming connections are refused.  A 'system unattended'
  18. message is sent to the "connector" of that socket.
  19.  
  20.      Here are some comments particular to the MSDOS system:  if no
  21. arguments are provided to the JNOS shell command, the MSDOS command processor
  22. is invoked to process commands entered from the console.  Use the exit command
  23. to return to JNOS.  If arguments are provided, the first one is assumed to
  24. be the program name to invoke.  If the program is a batch file, you must
  25. precede it's name with /c so as to invoke the command processor explicitly
  26. to process the batch file commands:  shell /c ibackup.bat \spool\mail \bkup
  27. The /c prefix is also useful to allow i/o redirection to be interpreted
  28. by DOS:  shell /c FC /A /C autoexec.bat autoexec.sav >outfile
  29.  
  30.